Skip to main content

QvxTableHeader element example

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<QvxTableHeader>

<MajorVersion>1</MajorVersion>

<MinorVersion>0</MinorVersion>

<CreateUtcTime>2010-03-25 10:12:52</CreateUtcTime>

<TableName>SELECT ProductID, Name, ListPrice FROM AdventureWorks.Production.Product

</TableName>

<UsesSeparatorByte>0</UsesSeparatorByte>

<BlockSize>0</BlockSize>

<Fields>

  <QvxFieldHeader>

   <FieldName>ProductID</FieldName>

   <Type>QVX_SIGNED_INTEGER</Type>

   <Extent>QVX_FIX</Extent>

   <NullRepresentation>QVX_NULL_NEVER</NullRepresentation>

   <BigEndian>0</BigEndian>

   <Codepage>1201</Codepage>

   <ByteWidth>4</ByteWidth>

   <FieldFormat>

    <Type>INTEGER</Type>

    <nDec>0</nDec>

   </FieldFormat>

  </QvxFieldHeader>

  <QvxFieldHeader>

   <FieldName>Name</FieldName>

  <Type>QVX_TEXT</Type>

   <Extent>QVX_COUNTED</Extent>

  <NullRepresentation>QVX_NULL_NEVER</NullRepresentation>

  <BigEndian>0</BigEndian>

  <Codepage>1201</Codepage>

   <ByteWidth>4</ByteWidth>

  <FieldFormat>

    <Type>UNKNOWN</Type>

   <nDec>0</nDec>

  </FieldFormat>

</QvxFieldHeader>

  <QvxFieldHeader>

  <FieldName>ListPrice</FieldName>

   <Type>QVX_IEEE_REAL</Type>

   <Extent>QVX_FIX</Extent>

   <NullRepresentation>QVX_NULL_NEVER</NullRepresentation>

  <BigEndian>0</BigEndian>

  <Codepage>1201</Codepage>

  <ByteWidth>8</ByteWidth>

   <FieldFormat>

    <Type>MONEY</Type>

   <nDec>0</nDec>

   </FieldFormat>

  </QvxFieldHeader>

</Fields>

</QvxTableHeader>

 

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!